DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / CanInsertRange Method

In This Topic
    CanInsertRange Method (C1SelectDataCollection<S,T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function CanInsertRange( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of S) _
    ) As Boolean
    public virtual bool CanInsertRange( 
       int startingIndex,
       IEnumerable<S> items
    )

    Parameters

    startingIndex
    items
    See Also